github.com/andybalholm/brotli.dictWord.transform (field)
9 uses
github.com/andybalholm/brotli (current package)
static_dict.go#L46: if w.transform == 0 {
static_dict.go#L49: } else if w.transform == 10 {
static_dict.go#L87: if w.transform == 0 {
static_dict.go#L302: var is_all_caps bool = (w.transform != transformUppercaseFirst)
static_dict.go#L440: if w.transform == 0 {
static_dict.go#L502: var is_all_caps bool = (w.transform != transformUppercaseFirst)
static_dict.go#L604: if w.transform == 0 && isMatch(dict.words, w, data[2:], max_length-2) {
static_dict.go#L636: if w.transform == 0 && isMatch(dict.words, w, data[5:], max_length-5) {
static_dict_lut.go#L13: transform byte
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |